object frBandEditorForm: TfrBandEditorForm Left = 200 Top = 108 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Select datasource' ClientHeight = 205 ClientWidth = 225 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 20 Top = 180 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Visible = False end object Button1: TButton Left = 66 Top = 176 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 146 Top = 176 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GB1: TGroupBox Left = 4 Top = 0 Width = 217 Height = 169 TabOrder = 0 object Label2: TLabel Left = 8 Top = 144 Width = 87 Height = 13 Caption = 'Number of records' FocusControl = Edit1 end object Edit1: TEdit Left = 136 Top = 140 Width = 72 Height = 21 HelpContext = 95 TabOrder = 0 Text = '1' end object LB1: TListBox Left = 8 Top = 16 Width = 200 Height = 116 HelpContext = 88 ItemHeight = 16 Style = lbOwnerDrawFixed TabOrder = 1 OnClick = LB1Click OnDblClick = LB1DblClick OnDrawItem = LB1DrawItem end end end